home *** CD-ROM | disk | FTP | other *** search
- {****************************************************************************
- * *
- * LazySavr.pas: Plug-in animation module for SSaveDem.pas *
- * *
- * Rev. 0.1 19.4.93 MK IR *
- * *
- ****************************************************************************}
-
- { Name for this Screen Saver - shows up in Control Panel: }
- {$D SCRNSAVE Lazybones }
-
- { The laziest Screen Saver you can imagine: just blanks the screen. }
-
- const AppName: PChar = 'Screen Saver.Lazybones' ; { CONTROL.INI heading }
- type
- PMySaverWin = ^TMySaverWin; { TMySaverWin identical to TScSaverWin }
- TMySaverWin = Object(TScSaverWin)
- end;
-
-